home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February / PCWorld_2008-02_cd.bin / v cisle / qip / qipinfium9000.exe / infium.exe / 0 / RCDATA / TFRMSRCHPARS / TFRMSRCHPARS.txt
Text File  |  2007-12-27  |  8KB  |  372 lines

  1. object frmSrchPars: TfrmSrchPars
  2.   Left = 443
  3.   Top = 321
  4.   Width = 596
  5.   Height = 241
  6.   Color = clBtnFace
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'Tahoma'
  11.   Font.Style = []
  12.   OldCreateOrder = False
  13.   OnClose = FormClose
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GBAcc: TInfuGroupBox
  20.     Left = 8
  21.     Top = 4
  22.     Width = 176
  23.     Height = 66
  24.     TabOrder = 0
  25.     object EditAcc: TInfuEdit
  26.       Left = 8
  27.       Top = 35
  28.       Width = 160
  29.       Height = 21
  30.       TabOrder = 1
  31.       OnKeyPress = EditAccKeyPress
  32.     end
  33.     object CheckBoxAcc: TInfuCheckBox
  34.       Left = 8
  35.       Top = 12
  36.       Width = 161
  37.       Height = 17
  38.       Caption = '_Search by account'
  39.       Checked = True
  40.       Font.Charset = DEFAULT_CHARSET
  41.       Font.Color = clWindowText
  42.       Font.Height = -11
  43.       Font.Name = 'Tahoma'
  44.       Font.Style = [fsBold]
  45.       ParentFont = False
  46.       State = cbChecked
  47.       TabOrder = 0
  48.       OnClick = CheckBoxAccClick
  49.     end
  50.   end
  51.   object GBGlobal: TInfuGroupBox
  52.     Left = 191
  53.     Top = 4
  54.     Width = 391
  55.     Height = 204
  56.     TabOrder = 3
  57.     object BevelDiv: TInfuBevel
  58.       Left = 196
  59.       Top = 26
  60.       Width = 9
  61.       Height = 153
  62.       Shape = bsLeftLine
  63.     end
  64.     object LabelNick: TInfuLabel
  65.       Left = 26
  66.       Top = 36
  67.       Width = 54
  68.       Height = 13
  69.       Alignment = taRightJustify
  70.       Caption = '_Nick name'
  71.     end
  72.     object LabelFirst: TInfuLabel
  73.       Left = 24
  74.       Top = 60
  75.       Width = 56
  76.       Height = 13
  77.       Alignment = taRightJustify
  78.       Caption = '_First name'
  79.     end
  80.     object LabelLast: TInfuLabel
  81.       Left = 25
  82.       Top = 84
  83.       Width = 55
  84.       Height = 13
  85.       Alignment = taRightJustify
  86.       Caption = '_Last name'
  87.     end
  88.     object LabelGender: TInfuLabel
  89.       Left = 39
  90.       Top = 108
  91.       Width = 41
  92.       Height = 13
  93.       Alignment = taRightJustify
  94.       Caption = '_Gender'
  95.     end
  96.     object LabelAge: TInfuLabel
  97.       Left = 55
  98.       Top = 132
  99.       Width = 25
  100.       Height = 13
  101.       Alignment = taRightJustify
  102.       Caption = '_Age'
  103.     end
  104.     object LabelMarital: TInfuLabel
  105.       Left = 9
  106.       Top = 156
  107.       Width = 71
  108.       Height = 13
  109.       Alignment = taRightJustify
  110.       Caption = '_Marital status'
  111.     end
  112.     object LabelCountry: TInfuLabel
  113.       Left = 228
  114.       Top = 36
  115.       Width = 45
  116.       Height = 13
  117.       Alignment = taRightJustify
  118.       Caption = '_Country'
  119.     end
  120.     object LabelCity: TInfuLabel
  121.       Left = 248
  122.       Top = 60
  123.       Width = 25
  124.       Height = 13
  125.       Alignment = taRightJustify
  126.       Caption = '_City'
  127.     end
  128.     object LabelLang: TInfuLabel
  129.       Left = 220
  130.       Top = 84
  131.       Width = 53
  132.       Height = 13
  133.       Alignment = taRightJustify
  134.       Caption = '_Language'
  135.     end
  136.     object LabelOccup: TInfuLabel
  137.       Left = 213
  138.       Top = 108
  139.       Width = 60
  140.       Height = 13
  141.       Alignment = taRightJustify
  142.       Caption = '_Occupation'
  143.     end
  144.     object LabelInts: TInfuLabel
  145.       Left = 223
  146.       Top = 132
  147.       Width = 50
  148.       Height = 13
  149.       Alignment = taRightJustify
  150.       Caption = '_Interests'
  151.     end
  152.     object LabelKeys: TInfuLabel
  153.       Left = 220
  154.       Top = 156
  155.       Width = 53
  156.       Height = 13
  157.       Alignment = taRightJustify
  158.       Caption = '_Keywords'
  159.     end
  160.     object EditNick: TInfuEdit
  161.       Left = 83
  162.       Top = 32
  163.       Width = 106
  164.       Height = 21
  165.       TabOrder = 1
  166.       OnKeyPress = EditNickKeyPress
  167.     end
  168.     object CheckBoxGlobal: TInfuCheckBox
  169.       Left = 8
  170.       Top = 12
  171.       Width = 185
  172.       Height = 17
  173.       Caption = '_Global search'
  174.       Font.Charset = DEFAULT_CHARSET
  175.       Font.Color = clWindowText
  176.       Font.Height = -11
  177.       Font.Name = 'Tahoma'
  178.       Font.Style = [fsBold]
  179.       ParentFont = False
  180.       TabOrder = 0
  181.       OnClick = CheckBoxGlobalClick
  182.     end
  183.     object EditFirst: TInfuEdit
  184.       Left = 83
  185.       Top = 56
  186.       Width = 106
  187.       Height = 21
  188.       TabOrder = 2
  189.       OnKeyPress = EditNickKeyPress
  190.     end
  191.     object EditLast: TInfuEdit
  192.       Left = 83
  193.       Top = 80
  194.       Width = 106
  195.       Height = 21
  196.       TabOrder = 3
  197.       OnKeyPress = EditNickKeyPress
  198.     end
  199.     object EditKeys: TInfuEdit
  200.       Left = 276
  201.       Top = 152
  202.       Width = 106
  203.       Height = 21
  204.       TabOrder = 12
  205.       OnKeyPress = EditNickKeyPress
  206.     end
  207.     object EditCity: TInfuEdit
  208.       Left = 276
  209.       Top = 56
  210.       Width = 106
  211.       Height = 21
  212.       TabOrder = 8
  213.       OnKeyPress = EditNickKeyPress
  214.     end
  215.     object CBGender: TInfuComboBox
  216.       Left = 83
  217.       Top = 104
  218.       Width = 106
  219.       Height = 21
  220.       Style = csDropDownList
  221.       DropDownCount = 20
  222.       ItemHeight = 13
  223.       TabOrder = 4
  224.       OnDropDown = CBGenderDropDown
  225.     end
  226.     object CBAge: TInfuComboBox
  227.       Left = 83
  228.       Top = 128
  229.       Width = 106
  230.       Height = 21
  231.       Style = csDropDownList
  232.       DropDownCount = 20
  233.       ItemHeight = 13
  234.       TabOrder = 5
  235.       OnDropDown = CBGenderDropDown
  236.       Items.Strings = (
  237.         ''
  238.         '13-17'
  239.         '18-22'
  240.         '23-29'
  241.         '30-39'
  242.         '40-49'
  243.         '50-59'
  244.         '60 ...')
  245.     end
  246.     object CBMarital: TInfuComboBox
  247.       Left = 83
  248.       Top = 152
  249.       Width = 106
  250.       Height = 21
  251.       Style = csDropDownList
  252.       DropDownCount = 20
  253.       ItemHeight = 13
  254.       TabOrder = 6
  255.       OnDropDown = CBGenderDropDown
  256.     end
  257.     object CBCountry: TInfuComboBox
  258.       Left = 276
  259.       Top = 32
  260.       Width = 106
  261.       Height = 21
  262.       Style = csDropDownList
  263.       DropDownCount = 20
  264.       ItemHeight = 13
  265.       TabOrder = 7
  266.       OnDropDown = CBGenderDropDown
  267.     end
  268.     object CBLang: TInfuComboBox
  269.       Left = 276
  270.       Top = 80
  271.       Width = 106
  272.       Height = 21
  273.       Style = csDropDownList
  274.       DropDownCount = 20
  275.       ItemHeight = 13
  276.       TabOrder = 9
  277.       OnDropDown = CBGenderDropDown
  278.     end
  279.     object CBOcc: TInfuComboBox
  280.       Left = 276
  281.       Top = 104
  282.       Width = 106
  283.       Height = 21
  284.       Style = csDropDownList
  285.       DropDownCount = 20
  286.       ItemHeight = 13
  287.       TabOrder = 10
  288.       OnDropDown = CBGenderDropDown
  289.     end
  290.     object CBInts: TInfuComboBox
  291.       Left = 276
  292.       Top = 128
  293.       Width = 106
  294.       Height = 21
  295.       Style = csDropDownList
  296.       DropDownCount = 20
  297.       ItemHeight = 13
  298.       TabOrder = 11
  299.       OnDropDown = CBGenderDropDown
  300.     end
  301.     object CheckBoxOnline: TInfuCheckBox
  302.       Left = 276
  303.       Top = 180
  304.       Width = 104
  305.       Height = 17
  306.       Caption = '_Online only'
  307.       TabOrder = 13
  308.       OnClick = CheckBoxOnlineClick
  309.     end
  310.   end
  311.   object GBEmail: TInfuGroupBox
  312.     Left = 8
  313.     Top = 73
  314.     Width = 176
  315.     Height = 66
  316.     TabOrder = 1
  317.     object EditEmail: TInfuEdit
  318.       Left = 8
  319.       Top = 35
  320.       Width = 160
  321.       Height = 21
  322.       TabOrder = 1
  323.       OnKeyPress = EditEmailKeyPress
  324.     end
  325.     object CheckBoxEmail: TInfuCheckBox
  326.       Left = 8
  327.       Top = 12
  328.       Width = 161
  329.       Height = 17
  330.       Caption = '_Search by Email'
  331.       Font.Charset = DEFAULT_CHARSET
  332.       Font.Color = clWindowText
  333.       Font.Height = -11
  334.       Font.Name = 'Tahoma'
  335.       Font.Style = [fsBold]
  336.       ParentFont = False
  337.       TabOrder = 0
  338.       OnClick = CheckBoxEmailClick
  339.     end
  340.   end
  341.   object GBKey: TInfuGroupBox
  342.     Left = 8
  343.     Top = 142
  344.     Width = 176
  345.     Height = 66
  346.     TabOrder = 2
  347.     object EditKey: TInfuEdit
  348.       Left = 8
  349.       Top = 35
  350.       Width = 160
  351.       Height = 21
  352.       TabOrder = 1
  353.       OnKeyPress = EditKeyKeyPress
  354.     end
  355.     object CheckBoxKey: TInfuCheckBox
  356.       Left = 8
  357.       Top = 12
  358.       Width = 161
  359.       Height = 17
  360.       Caption = '_Search by keyword'
  361.       Font.Charset = DEFAULT_CHARSET
  362.       Font.Color = clWindowText
  363.       Font.Height = -11
  364.       Font.Name = 'Tahoma'
  365.       Font.Style = [fsBold]
  366.       ParentFont = False
  367.       TabOrder = 0
  368.       OnClick = CheckBoxKeyClick
  369.     end
  370.   end
  371. end
  372.